Skip to content

Adjust ATT_MAX_PEERS definition and increase max number of BLE connections for MKR WiFi 1010 #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 11, 2020

Conversation

giulcioffi
Copy link
Contributor

This patch will allow to define different ATT_MAX_PEERS according to the used core:

  • in platforms that use ArduinoCore-mbed, ATT_MAX_PEERS will be defined by DM_CONN_MAX (here set to be equal to 5);
  • in platforms that use ArduinoCore-avr (Uno WiFi Rev2), ATT_MAX_PEERS = 3;
  • in platforms that use ArduinoCore-samd (MKR WiFi 1010), ATT_MAX_PEERS = 8.

@giulcioffi giulcioffi force-pushed the AdjustMaxPeers branch 2 times, most recently from c0746a0 to 98a7bbb Compare October 30, 2020 10:41
@facchinm facchinm merged commit d6e8cd8 into arduino-libraries:master Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants